TRACE-CMD-EXTRACT(1) | [FIXME: manual] | TRACE-CMD-EXTRACT(1) |
NAME¶
trace-cmd-extract - extract out the data from the Ftrace Linux tracer.
SYNOPSIS¶
trace-cmd extract [OPTIONS]
DESCRIPTION¶
The trace-cmd(1) extract is usually used after trace-cmd-start(1) and trace-cmd-stop(1). It can be used after the Ftrace tracer has been started manually through the Ftrace pseudo file system.
The extract command creates a trace.dat file that can be used by trace-cmd-report(1) to read from. It reads the kernel internal ring buffer to produce the trace.dat file.
OPTIONS¶
-p plugin
With out this option, the extract command will extract from the internal Ftrace buffers.
-O option
-o outputfile
--date
SEE ALSO¶
trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1), trace-cmd-stop(1), trace-cmd-reset(1), trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1)
AUTHOR¶
Written by Steven Rostedt, <rostedt@goodmis.org[1]>
RESOURCES¶
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
COPYING¶
Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted under the terms of the GNU Public License (GPL).
NOTES¶
- 1.
- rostedt@goodmis.org
03/22/2017 | [FIXME: source] |